home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr46 / p061misc.zip / SPAWNBBS.BAT < prev   
DOS Batch File  |  1993-03-24  |  2KB  |  30 lines

  1. @ECHO OFF
  2. REM ╒═══════════════════════════════════════════════════════════════════════╕
  3. REM │                         SAMPLE SPAWNBBS.BAT                           │
  4. REM │                        Portal Of Power 0.60Γ                          │
  5. REM ├───────────────────────────────────────────────────────────────────────┤
  6. REM │                   THIS EXAMPLE IS BASED ON MAXIMUS                    │
  7. REM ╞═══════════════════════════════════════════════════════════════════════╡
  8. REM │ NOTE: To optimize the execution-speed of this batch-file, you can     │
  9. REM │ remove all REM lines. (But do keep a backup of the original file for  │
  10. REM │ future reference)                                                     │
  11. REM │                                                                       │
  12. REM │ Var  Description               Example                                │
  13. REM │ ───────────────────────────────────────────────────────────────────── │
  14. REM │ %1   Baud rate                 9600      2400                         │
  15. REM │ %2   Port number               1         1                            │
  16. REM │ %3   Time to next event (min)  60        40                           │
  17. REM │ %4   Task number               0         0                            │
  18. REM │ %5   DTE Speed                 19200     2400                         │
  19. REM │ %6   Rest of connect string    /ARQ                                   │
  20. REM ╘═══════════════════════════════════════════════════════════════════════╛
  21. REM
  22. C:
  23. CD \MAX
  24. REM Log BBS usage to Portal usage graph
  25. LogUsage
  26. MAX -b%1 -p%2 -t%3
  27. LogUsage
  28. CD \PORTAL
  29. POP
  30.